home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / c / bc_pas_1.zip / PLAYFILE.H < prev    next >
Text File  |  1992-06-23  |  820b  |  36 lines

  1. /*$Author:   DCODY  $*/
  2. /*$Date:   23 Jun 1992 16:10:34  $*/
  3. /*$Header:   W:/sccs/pcmapps/playfile.h_v   1.1   23 Jun 1992 16:10:34   DCODY  $*/
  4. /*$Log:   W:/sccs/pcmapps/playfile.h_v  $
  5.  * 
  6.  *    Rev 1.1   23 Jun 1992 16:10:34   DCODY
  7.  * pas2 update...
  8.  * 
  9.  *    Rev 1.0   15 Jun 1992 09:26:42   BCRANE
  10.  * Initial revision.
  11. */
  12. /*$Logfile:   W:/sccs/pcmapps/playfile.h_v  $*/
  13. /*$Modtimes$*/
  14. /*$Revision:   1.1  $*/
  15. /*$Workfile:   playfile.h  $*/
  16.  
  17.  
  18.     /*\
  19.     |*|----=====< PLAYFILE.H >====----
  20.     |*|
  21.     |*|  This module holds all the routine prototypes for PLAYFILE.EXE
  22.     |*|
  23.     \*/
  24.  
  25.  
  26.     /*\
  27.     |*|----====< PLAYFILE.C >====----
  28.     \*/
  29.  
  30.     int  CommandLine       ( int, char *[]);
  31.     int  DoExit           ( int );
  32.     int  PreProcessFile    ( char * );
  33.     int  SetupPlayRate     ( );
  34.  
  35.  
  36.